type go.uber.org/zap/zapcore.counter

4 uses

	go.uber.org/zap/zapcore (current package)
		sampler.go#L33: type counter struct {
		sampler.go#L38: type counters [_numLevels][_countersPerLevel]counter
		sampler.go#L44: func (cs *counters) get(lvl Level, key string) *counter {
		sampler.go#L64: func (c *counter) IncCheckReset(t time.Time, tick time.Duration) uint64 {